Dynamicweb 8 Documentation
SelectByIds<T>(IEnumerable<String>,Query) Method

Item type.
Item Ids.
Query that is used to provide additional constraints.
Selects items by their Ids.
Syntax
'Declaration
 
Public Overloads Overridable Function SelectByIds(Of T As {New, ItemEntry})( _ 
   ByVal ids As IEnumerable(Of String), _ 
   ByVal query As Query _ 
) As IEnumerable(Of T)
public virtual IEnumerable<T> SelectByIds<T>( 
   IEnumerable<string> ids,
   Query query
)
where T: new(), ItemEntry

Parameters

ids
Item Ids.
query
Query that is used to provide additional constraints.

Type Parameters

T
Item type.

Return Value

Items with the given Ids.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Repository Class
Repository Members
Overload List

Send Feedback